Update minimum cmake version to 3.10 (#274)
authordundargoc <33953936+dundargoc@users.noreply.github.com>
Sat, 28 Dec 2024 18:28:37 +0000 (19:28 +0100)
committerGitHub <noreply@github.com>
Sat, 28 Dec 2024 18:28:37 +0000 (13:28 -0500)
commited9d83734693262c2731f41122fa4638b78cc0e0
treea6d12dce0af75460ce9596fde2954b02247d729a
parentd4e2468ffe866974a950e4869b299072bee9bb7c
Update minimum cmake version to 3.10 (#274)

This is to prevent the following warning:

CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.
CMakeLists.txt